home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gSplit
- case 1 of
- (the castNum of sprite 44 = the number of member "prologue.label"):
- hMenuCheck(44, "prologue.label", "prologue", "pixel", "pixel", "pixel")
- (the castNum of sprite 44 = the number of member "unit 6.label"):
- if gSplit = 2 then
- hMenuCheck(44, "unit 6.label", "unit6.ch4", "unit6.ch5", "pixel", "pixel")
- else
- if gSplit = 4 then
- hMenuCheck(44, "unit 6.label", "unit6.ch16", "unit6.ch17", "pixel", "pixel")
- end if
- end if
- (the castNum of sprite 44 = the number of member "unit 8.label"):
- if gSplit = 2 then
- hMenuCheck(44, "unit 8.label", "unit21.ch9", "unit22.ch10", "unit23.ch11", "pixel")
- else
- if gSplit = 4 then
- hMenuCheck(44, "unit 8.label", "unit21.ch21", "unit22.ch22", "unit23.ch23", "pixel")
- end if
- end if
- (the castNum of sprite 44 = the number of member "unit 10.label"):
- if gSplit = 2 then
- hMenuCheck(44, "unit 10.label", "unit10.ch15", "unit10.ch16", "unit10.ch17", "unit10.ch18")
- else
- if gSplit = 4 then
- hMenuCheck(44, "unit 10.label", "unit10.ch27", "unit10.ch28", "unit10.ch29", "unit10.ch30")
- end if
- end if
- end case
- end
-